cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/js/
// SELECT PLAY AND PAUSE BUTTON
const play = document.querySelector(".play"),
pause = document.querySelector(".pause");
// SEL
const play = document.querySelector(".play"),
pause = document.querySelector(".pause");
// SEL
const app = document.querySelector(".app");
// AMOUNT OF TIME TO CONSIDER USER INACTIVE
const inactiveTime = 3000; // 3sec
//
// AMOUNT OF TIME TO CONSIDER USER INACTIVE
const inactiveTime = 3000; // 3sec
//